net/http.http2bufferedWriter.bw (field)
8 uses
net/http (current package)
h2_bundle.go#L3555: bw *bufio.Writer // non-nil when data is buffered
h2_bundle.go#L3577: if w.bw == nil {
h2_bundle.go#L3580: return w.bw.Available()
h2_bundle.go#L3584: if w.bw == nil {
h2_bundle.go#L3587: w.bw = bw
h2_bundle.go#L3589: return w.bw.Write(p)
h2_bundle.go#L3593: bw := w.bw
h2_bundle.go#L3600: w.bw = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |